home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NET713.IN_ / net713.inf
Encoding:
Windows Setup INFormation  |  2003-03-24  |  3.5 KB  |  110 lines

  1. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  2.  
  3. [version]
  4. Signature   = "$Windows NT$"
  5. Class       = Net
  6. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  7. Provider    = %Msft%
  8. LayoutFile  = layout.inf
  9. DriverVer=10/01/2002,2.13.2195.1
  10.  
  11. [Manufacturer]
  12. %Dlink%     = Dlink
  13. %Mxic%      = Mxic
  14. %NDC%       = NDC
  15.  
  16. [ControlFlags]
  17. ExcludeFromSelect  = *
  18.  
  19. [Dlink]
  20. %DL0531.DeviceDesc%  = MX0531.ndi, PCI\VEN_10d9&DEV_0531&SUBSYS_12001186 ; D-Link DFE-540TX ProFAST 10/100 Adapter
  21.  
  22. [Mxic]
  23. %MX0531.DeviceDesc%  = MX0531.ndi, PCI\VEN_10d9&DEV_0531                 ; MXIC MX98715 ACPI
  24.  
  25. [NDC]
  26. %NDC0531.DeviceDesc% = MX0531.ndi, PCI\VEN_10d9&DEV_0531&SUBSYS_811015E8 ; SOHOware 10/100 PCI Network Adapter
  27.  
  28. ;-------------------------------------------------------------------------------
  29. ; MXIC MX98715 PCI Fast Ethernet Adapters (10/100)
  30. ;
  31. [MX0531.ndi]
  32. AddReg          = MX0531.id.reg, MXNIC.reg, params.reg
  33. BusType         = 5
  34. Characteristics = 0x84
  35. CopyFiles       = mxic.CopyFiles
  36.  
  37. [MX0531.ndi.Services]
  38. AddService      = mxnic, 2, mx9871x.Service, common.EventLog
  39.  
  40. [MX0531.id.reg]
  41. HKR, , AdapterCFID, 0, "053110d9"
  42.  
  43. ;-------------------------------------------------------------------------------
  44. ; MXNIC Advanced Properties
  45. ;
  46. [params.reg]
  47. ; Connection Type
  48. HKR, Ndi\params\ConnectionType,      ParamDesc,   0, %ConnectionType%
  49. HKR, Ndi\params\ConnectionType,      default,     0, "0"
  50. HKR, Ndi\params\ConnectionType,      type,        0, "enum"
  51. HKR, Ndi\params\ConnectionType\enum, 0,           0, %Automatic%
  52. HKR, Ndi\params\ConnectionType\enum, 1,           0, %100FD%
  53. HKR, Ndi\params\ConnectionType\enum, 2,           0, %100%
  54. HKR, Ndi\params\ConnectionType\enum, 3,           0, %10FD%
  55. HKR, Ndi\params\ConnectionType\enum, 4,           0, %10%
  56.  
  57. ;-------------------------------------------------------------------------------
  58. ; MXNIC Service and Driver
  59. ;
  60. [MXNIC.reg]
  61. ; Interfaces
  62. HKR, Ndi,                            Service,     0, "MXNIC"
  63. HKR, Ndi\Interfaces,                 UpperRange,  0, "ndis5"
  64. HKR, Ndi\Interfaces,                 LowerRange,  0, "ethernet"
  65. HKR, ,                               AdapterType, 0, "5"
  66. HKR, ,                               BusType,     0, "5"
  67.  
  68. [mx9871x.Service]
  69. DisplayName     = %mx9871x.Service.DispName%
  70. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  71. StartType       = 3 ;%SERVICE_DEMAND_START%
  72. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  73. ServiceBinary   = %12%\mxnic.sys
  74. LoadOrderGroup  = NDIS
  75.  
  76. [mxic.CopyFiles]
  77. mxnic.sys,,,2
  78.  
  79. [common.EventLog]
  80. AddReg = common.AddEventLog.reg
  81.  
  82. [common.AddEventLog.reg]
  83. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  84. HKR, , TypesSupported,   0x00010001, 7
  85.  
  86. [DestinationDirs]
  87. mxic.CopyFiles  = 12
  88.  
  89. ;-------------------------------------------------------------------------------
  90. ; Localizable Strings
  91. ;
  92. [Strings]
  93. Msft                     = "Microsoft"
  94. Dlink                    = "D-Link"
  95. Mxic                     = "Macronix"
  96. NDC                      = "NDC"  
  97.  
  98. ConnectionType           = "Connection Type"
  99. Automatic                = "Auto Negotiate"
  100. 10                       = "10 Mbps"
  101. 100                      = "100 Mbps"
  102. 10FD                     = "10 Mbps Full Duplex"
  103. 100FD                    = "100 Mbps Full Duplex"
  104.  
  105. DL0531.DeviceDesc        = "D-Link DFE-540TX ProFAST 10/100 Adapter"
  106. MX0531.DeviceDesc        = "Macronix MX98715-Based Ethernet Adapter (Generic)"
  107. NDC0531.DeviceDesc       = "SOHOware 10/100 PCI Network Adapter"
  108.  
  109. mx9871x.Service.DispName = "Macronix MX987xx Family Fast Ethernet NT Driver"
  110.